home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / OpenGL 1.0 SDK / Source / Libraries / glut / glut_tablet.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-18  |  439 b   |  20 lines  |  [TEXT/CWIE]

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. /* This program is freely distributable without licensing fees
  5.    and is provided without guarantee or warrantee expressed or
  6.    implied. This program is -not- in the public domain. */
  7.  
  8. #include "gl.h"
  9. #include "agl.h"
  10. #include "glut.h"
  11. #include "glutint.h"
  12.  
  13. void glutTabletMotionFunc(GLUTtabletMotionCB tabletMotionFunc)
  14. {
  15. }
  16.  
  17. void glutTabletButtonFunc(GLUTtabletButtonCB tabletButtonFunc)
  18. {
  19. }
  20.